home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 073 (1988-11-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 073 (1988-11-15)(Ossowski, Stefan)(DE)(PD).adf / AnimalSounds / sspREADME < prev    next >
Text File  |  1988-08-14  |  912b  |  27 lines

  1. /* SoundSamplePlayer */
  2.      I got tired of waiting for one of these.  So I put one together
  3. myself.  I designed it for CLI or 's:' batch file execution.  
  4.  
  5.      Usage: ssp <soundfile> ; which defaults to the period = 280 ,
  6.            
  7.     or  ssp -pnnn <soundfile> ; nnn = {100 to 900} period range.
  8.  
  9. Try these if they're available:
  10.  
  11.   ssp -p360 spock
  12.   ssp "Marauder II:l/PanFlute"
  13.   ssp -p400 DEJAVU:game/sounds.d
  14.   ssp -p400 "HACKER II:dat/sounds"
  15.   ssp -p400 ACS:acs.sfx
  16.  
  17. So you can dump any file to the Audio.device provided you have enough
  18. Chip memory available and you have a tone deaf ear (in the case of say
  19. the Preferences file).
  20.  
  21.         enjoy, later, Don Pitts.    well!a123
  22.  
  23. P.S.  It should work as a resident routine using resident CLI, and it
  24.     has an extra feature when used there relating to selection of the 
  25.     period (-p function ).  Also it may work using an Icon, but that's
  26.     not tested yet.
  27.